projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f9f170
)
Don't use obsolete second argument to byte-compile-file
author
Stefan Kangas
<stefan@marxist.se>
Thu, 27 Jan 2022 03:15:13 +0000
(
04:15
+0100)
committer
Stefan Kangas
<stefan@marxist.se>
Thu, 27 Jan 2022 03:15:13 +0000
(
04:15
+0100)
* test/src/comp-resources/comp-test-funcs.el
(comp-test-big-interactive): Don't use obsolete second argument to
byte-compile-file.
test/src/comp-resources/comp-test-funcs.el
patch
|
blob
|
history
diff --git
a/test/src/comp-resources/comp-test-funcs.el
b/test/src/comp-resources/comp-test-funcs.el
index d740a5f8107059036dd113f6194b008b0f8d6f43..b3fd2bcd175af955b66c2b888f0346eae34fb7a0 100644
(file)
--- a/
test/src/comp-resources/comp-test-funcs.el
+++ b/
test/src/comp-resources/comp-test-funcs.el
@@
-677,7
+677,7
@@
(progn
(if (and noninteractive (not byte-compile-verbose))
(message "Compiling %s..." filename))
- (byte-compile-file filename
load
))
+ (byte-compile-file filename))
(when load
(load (if (file-exists-p dest) dest filename)))
'no-byte-compile)))